@charset "utf-8";

@media screen and (max-width: 640px) and (min-width: 0px) {
  .inxdex_prolist {
    padding: 0;
    margin: 15px 0;
  }

  .inxdex_prolist .protxt p:last-child {
    display: none;
  }

  .index_case_list {
    height: auto;
  }

  .index_case_list>img {
    height: auto;
    width: 100%;
  }

  .index_case_top {
    position: unset;
  }

  .index_caseNavbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .index_caseNavbox .index_NavList {
    width: 150px;
    margin: 15px 0;
  }

  .inxdex_prolist .protxt p {
    font-size: 16px;
    line-height: 45px;
    width: 100%;
    text-align: center;
  }

  .indc {
    font-size: 14px;
  }

  .index_more {
    margin: 30px 0;
  }
}

/* end-荣誉 */
